repo.or.cz
/
SquirrelJME.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove Twitter links.
[SquirrelJME.git]
/
.idea
/
fileTemplates
/
code
/
JavaDoc Method.java
blob
4c0365c97ac8c7e8cb2a0d4b67e0ae5cc18d6b82
1
*
Describe
this
.
2
*
3
#
foreach
(
$param in $PARAMS
)
4
*
@param
$param
5
#end
6
#
if
(
$RETURN_TYPE
!=
"void"
)
7
*
@return
8
#end
9
#
foreach
(
$param in $TYPE_PARAMS
)
10
*
@param
<
$param
>
11
#end
12
#
foreach
(
$exception in $THROWS
)
13
*
@throws
$exception
14
#end
15
*
@since
$YEAR
/
$MONTH
/
$DAY